*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 12:50:27 +0000 (12:50 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 12:50:27 +0000 (12:50 +0000)
lib-src/ChangeLog

index 642f478272e6c78392172d72771e4c6ba85b53fa..62d0e91f2f4856ac3382d75d406b8a3c11b3ae1c 100644 (file)
@@ -1,6 +1,17 @@
 2002-06-06  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c (TeX_commands): Skip comments.
+       * etags.c New option --parse-stdin=FILE.
+       (enum arg_type): New label at_stdin.
+       (STDIN): New constant.
+       (parsing_stdin): New flag.
+       (longopts): New option --parse-stdin=NAME.
+       (print_help): Document it.
+       (main): Handle it.
+       (process_file): Split into process_file and process_file_name.
+       (process_file_name): New function.
+
+       * etags.c Improvements and bug squashing in TeX handling.
+       (TeX_commands): Skip comments.
        (TEX_defenv): Now contains more contructs.
        (TEX_cmt): Make it a static char and move it before TeX_commands.
        (TeX_commands): Shorten the tag to the brace after the name.